Declare [ ]

Window [ ( 200 , 200 ) ; Blue ]

Object [
       If ( 3 + 1 == 3 )  
          Text ( "If is true" , 50 , 50) ;
       Else 
          Text ( " If is False" , 50 , 50 ) ;
       Endif
      ]